ChartTransactionElement

StockSharp.Xaml.Charting

The base class that describes the Orders Or Trades chart element.

Наследует: ChartElement<T>

Реализует: IUltrachartPrimitive, IChartElementEx, IChartElement, IChartPart<IChartElement>, INotifyPropertyChanging, INotifyPropertyChanged, IPersistable, IChartTransactionElement

Конструкторы

ChartTransactionElement()

Initialize ChartTransactionElement.

Свойства

BuyColor : Color

Color of graphics element on chart, indicating buy.

BuyStrokeColor : Color

Border color of graphics element on chart, indicating buy.

DrawSize : double

Draw size.

SellColor : Color

Color of graphics element on chart, indicating sell.

SellStrokeColor : Color

Border color of graphics element on chart, indicating sell.

Title : string

Series header that will be shown on chart.

UseAltIcon : bool

Use alternative icons.

Методы

CopyTo(T) : T

Copy the message into the .

destination
The object, to which copied information.
GetGeneratedTitle() : string

Get generated title.

Возвращает: Auto generate chart element title.

Load(SettingsStorage)

Load settings.

storage
Settings storage.
Save(SettingsStorage)

Save settings.

storage
Settings storage.